@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/iadopt/challenge/> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix uom: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix iopp: <https://w3id.org/iadopt/pattern/> .
@prefix patt: <http://example.org/iadopt/pattern> .

<http://example.org/CCA/Turbidity>
    a 
        iop:Variable ;
    rdfs:label 
        "Water turbidity of stagnant surface water " ;
    rdfs:comment 
        """Water turbidity of stagnant surface water""" ;
    ex:issue "https://github.com/mabablue/I-ADOPT-examples-playground/issues/132" ;
    iop:hasObjectOfInterest 
        <https://www.wikidata.org/entity/Q898574> ;
    iop:hasMatrix 
        <https://www.wikidata.org/entity/Q283> ;
    iop:hasProperty 
        <http://purl.jp/bio/4/id/200906065003062504> ;
    iop:hasConstraint 
        [ a iop:Constraint ;
             rdfs:label "part: surface" ;
             iop:constrains <https://www.wikidata.org/entity/Q283> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "state: stagnant" ;
             iop:constrains <https://www.wikidata.org/entity/Q283> ;
        ] .

<https://www.wikidata.org/entity/Q898574>
    a 
        iop:Entity ;
    rdfs:label 
        "turbidity" .

<https://www.wikidata.org/entity/Q283>
    a 
        iop:Entity ;
    rdfs:label 
        "water" .

<http://purl.jp/bio/4/id/200906065003062504>
    a 
        iop:Property ;
    rdfs:label 
        "degree" .
